Returns or sets a value that determines whether the color is calculated automatically. This is only used for edge pens on chart elements.
Syntax
object.Automatic [ = boolean]
The Automatic property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
boolean | A Boolean expression that determines whether the color is calculated automatically, as described in Settings. |
Settings
The settings for boolean are:
Setting | Description |
True | Color automatically picks up the brush color used on the chart series. |
False | The color is determined based on the settings of Value. |